Update to rust master
authorAlex Crichton <alex@alexcrichton.com>
Mon, 16 Mar 2015 13:27:58 +0000 (06:27 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 17 Mar 2015 16:26:13 +0000 (09:26 -0700)
commit50c6eb4d46345d91ba87ca263985a627a6f698ee
treeda68347c7913440cd3deaf01fd89b73f07f48f6b
parente689383e32f1e206c3740ce2989fce08b5a59998
Update to rust master
28 files changed:
Cargo.lock
Cargo.toml
src/bin/cargo.rs
src/bin/verify_project.rs
src/cargo/core/shell.rs
src/cargo/core/source.rs
src/cargo/lib.rs
src/cargo/ops/cargo_compile.rs
src/cargo/ops/cargo_new.rs
src/cargo/sources/git/utils.rs
src/cargo/sources/path.rs
src/cargo/sources/registry.rs
src/cargo/util/errors.rs
src/cargo/util/mod.rs
src/cargo/util/paths.rs
src/cargo/util/sha256.rs
src/cargo/util/toml.rs
src/registry/lib.rs
src/rustversion.txt
tests/test_cargo_build_auth.rs
tests/test_cargo_build_lib.rs
tests/test_cargo_compile.rs
tests/test_cargo_compile_git_deps.rs
tests/test_cargo_compile_path_deps.rs
tests/test_cargo_profiles.rs
tests/test_cargo_run.rs
tests/test_shell.rs
tests/tests.rs